我的博客

好好学习ヾ(≧▽≦*)o













printf语句

printf语句是一个用法十分简单的语句。

他的用法

printf(const *char __format);

图一中的代码,编译后的结果是Hello,C++: